How to Install Yarn on Windows

  • on Windows

    Option 1: Install Yarn on Windows via MSI Installer

    Download the Yarn installation file from GitHub.

    Option 2: Install Yarn on Windows via NPM

    1. Open the PowerShell as an administrator.

    
                  npm install --global yarn